home *** CD-ROM | disk | FTP | other *** search
/ Nokia N-Gage E3 2004 (USA) / Nokia N-Gage E3 2004 (USA).iso / operation shadow / operation shadow.swf / scripts / DefineButton2_54 / BUTTONCONDACTION on(release)_2.as next >
Text File  |  2004-05-08  |  98b  |  8 lines

  1. on(release){
  2.    tellTarget("_level0")
  3.    {
  4.       gotoAndStop("back");
  5.       play();
  6.    }
  7. }
  8.